#sec-generic {
    background: url(/images/bg-emprestimo.png) left top no-repeat;
    background-size: cover;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

#mCSB_1_scrollbar_vertical {
    display: none;
}

.introjs-helperLayer {
    visibility: hidden;
}

.introjs-tooltip {
    width: 270px;
}

.accordion {
    font-family: Raleway,sans-serif;
    background-color: rgba(10,23,55,0);
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
    border: none;
    /*text-align: left;*/
    outline: none;
    /*font-size: 15px;*/
    transition: 0.4s;
    font-weight: 500;
    font-size: 1.35rem;
    color: #FFF;
    letter-spacing: .05rem;
}

    .active, .accordion:hover {
        /*background-color: #ccc;*/
    }

    .accordion:after {
        font-family: Arial;
        content: '\002B';
        /*color: #777;*/
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.text-center .active:after {
    content: "\2212";
    font-family: Arial;
    text-decoration: none;
}

.panel {
    font-family: Raleway,sans-serif;
    font-weight: 500;
    font-size: 1.35rem;
    color: #FFF;
    letter-spacing: .05rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .panel p {
        margin-bottom: 7px;
        font-weight: normal;
    }

        .panel p a {
            margin-bottom: 10px;
            text-transform: capitalize;
            font-size: 1.35rem;
            font-weight: normal;
            text-decoration: none;
        }

            .panel p a:hover {
                color: #cdcdcd;
            }

.mCustomScrollBox {
    margin-top: -20px;
}

.sticky {
    height: 55px;
    padding-top: 5px;
    background: #3D5DA8;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

    div.wpcf7 .ajax-loader.is-active {
        visibility: visible;
    }

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

    div.wpcf7 input[type="file"]:disabled {
        cursor: default;
    }
